home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / filezap.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-08  |  387b  |  13 lines

  1. rem copy the file zapper program to the the filezap directory
  2. rem assumed to be drive C: 
  3. rem filezap is copyright 1992 Thomas W. Kellar 
  4. rem all rights are reserved
  5. rem
  6. mkdir c:\filezap
  7. copy *.* c:\filezap
  8. echo done!
  9. echo If you are a windows 3.0 user you must copy the file
  10. echo shell.dll to c:\windows\system
  11. echo e.g.     C:\FILEZAP>copy shell.dll c:\windows\system
  12. echo
  13.